Papers with cross-domain setting
Evaluating Document Coherence Modeling (2021.tacl-1)
Copied to clipboard
| Challenge: | a new study examines pretrained language models' ability to model discourse and pragmatic phenomena. |
| Approach: | They propose a sentence intrusion detection task using a dictionary dataset . they show that pretrained LMs perform impressively in in-domain evaluation . |
| Outcome: | The proposed dataset shows that pretrained LMs perform impressively in in-domain evaluation, but experience a substantial drop in the cross-domain setting, indicating limited generalization capacity. |
Knowledge-aware Pronoun Coreference Resolution (P19-1)
Copied to clipboard
| Challenge: | Existing models for pronoun coreference resolution only use triplets, the most common format for knowledge graphs. |
| Approach: | They propose a model that leverages different types of knowledge to resolve pronoun coreference with a neural model. |
| Outcome: | The proposed model outperforms state-of-the-art baselines on two datasets from different domains. |
Entity Enhancement for Implicit Discourse Relation Classification in the Biomedical Domain (2021.acl-short)
Copied to clipboard
| Challenge: | Discourse relation classification is a challenging task when the text domain is different from the standard Penn Discourse Treebank (PDTB) training corpus domain. |
| Approach: | They propose to use the Biomedical Discourse Relation Bank to improve discourse relational argument representation by linking explicit instances of similar relations with a voting pipeline. |
| Outcome: | The proposed model outperforms the pre-trained BioBERT model by 2% points. |
Cross-domain Author Gender Classification in Brazilian Portuguese (2020.lrec-1)
Copied to clipboard
| Challenge: | Author profiling models predict demographic characteristics of a target author based on the text that they have written. |
| Approach: | They propose to use a cross-domain gender classification task in the Brazilian Portuguese language to test author profiling models. |
| Outcome: | The proposed model uses word- and psycholinguistics-based features alike to predict gender, age, personality traits and other characteristics of a target author. |
CodePrompt: Task-Agnostic Prefix Tuning for Program and Language Generation (2023.findings-acl)
Copied to clipboard
| Challenge: | Prompt-tuning methods have been used to solve inefficient parameter update and storage issues in Natural Language Generation tasks. |
| Approach: | They propose a task-agnostic prompt tuning method that reflects the traits of PLM for program language. |
| Outcome: | The proposed method is effective in three PLG tasks, not only in the full-data setting but also in the low-resource setting and cross-domain setting. |
SParC: Cross-Domain Semantic Parsing in Context (P19-1)
Copied to clipboard
Tao Yu, Rui Zhang, Michihiro Yasunaga, Yi Chern Tan, Xi Victoria Lin, Suyi Li, Heyang Er, Irene Li, Bo Pang, Tao Chen, Emily Ji, Shreya Dixit, David Proctor, Sungrok Shim, Jonathan Kraft, Vincent Zhang, Caiming Xiong, Richard Socher, Dragomir Radev
| Challenge: | Xu et al., 2017): a dataset for cross-domain semantic parsing in context with 4,298 question sequences. |
| Approach: | They present a dataset for cross-domainSemanticParsing inContext that consists of 4,298 coherent question sequences. |
| Outcome: | The proposed dataset demonstrates that it has greater semantic diversity and can be generalized to unseen domains due to its cross-domain nature and the unseened databases at test time. |
Error Detection for Text-to-SQL Semantic Parsing (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing text-to-SQL parsers are often over-confident, thus casting doubt on their trustworthiness when deployed for real use. |
| Approach: | They propose a parser-independent error detection model for text-to-SQL semantic parsing . they use a language model of code as its bedrock and graph neural networks to learn structural features of queries . |
| Outcome: | The proposed model outperforms parser-dependent uncertainty metrics on three strong parsers . it could improve the performance and usability of text-to-SQL semantic parsing, it is shown . |
GCML: Gradient Coherence Guided Meta-Learning for Cross-Domain Emerging Topic Rumor Detection (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing domain adaptation rumor detection methods ignore the data generalization differences and rely on a large amount of unlabeled target domain samples to achieve domain adaptation. |
| Approach: | They propose a Gradient Coherence guided Meta-Learning approach for emerging topics rumor detection that selectively learns more "generalizable" tasks that are more beneficial in adapting to the target domain. |
| Outcome: | The proposed method outperforms baselines on real-world datasets and significantly outperformed traditional methods on the in-domain condition. |
Speech Act Patterns for Improving Generalizability of Explainable Politeness Detection Models (2025.findings-acl)
Copied to clipboard
| Challenge: | Politeness detection is a task that requires explainability but lacks generalizability . recent approaches for improving explainable models rely on discovering domain-specific word-level features. |
| Approach: | They propose a method for improving the generalizability of explainable politeness models by relying on speech act patterns instead of words. |
| Outcome: | The proposed method improves generalizability of explainable politeness models by relying on speech act patterns instead of words. |